color codes Logo

#c958dd color codes

#C958DD
(201,88,221)
0 Favorites   0 Comments

Color spaces of #c958dd

RGB 20188221
HSL0.810.660.61
HSV291°60°87°
CMYK 0.090.600.00   0.13
XYZ40.628324.617471.0169
Yxy24.61740.29820.1807
Hunter Lab49.615959.3379-50.1326
CIE-Lab56.700763.2809-48.0998

#c958dd color RGB value is (201,88,221).

#c958dd hex color red value is 201, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c958dd hue: 0.81 , saturation: 0.66 and the lightness value of c958dd is 0.61.

The process color (four color CMYK) of #c958dd color code is 0.09, 0.60, 0.00, 0.13. Web safe color of #c958dd is #cc66cc. Color #c958dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 11011101
Octal 311 130 335
Decimal 201 88 221
Hex C9 58 DD

RGB Percentages of Color #c958dd

%39.41
%17.25
%43.33

CMYK Percentages of Color #c958dd

%9
%60
%0
%13

Triadic Colors of #c958dd

#c958dd #ddc958 #58ddc9

Analogous Colors of #c958dd

#c958dd #dd58af #8758dd

Monochromatic Colors of #c958dd

#c958dd

Complementary Color

#c958dd #6cdd58

#c958dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958dd Color CSS Codes

.mybgcolor {background-color:#c958dd; } 
.myforecolor {color:#c958dd; }
.mybordercolor {border:3px solid #c958dd; }

#c958dd Text Font Color

<p style="color:#c958dd">Text here</p>

This sample text font color is #c958dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c958dd Background Color

<div style="background-color:#c958dd">
Div content here</div>

This div background color is #c958dd


#c958dd Border Color

<div style="border:3px solid #c958dd">
Div here</div>

This div border color is #c958dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,88,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c958dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c958dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c958dd;
  box-shadow:         1px 1px 3px 2px #c958dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,88,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c958dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c958dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c958dd;
  box-shadow:         1px 1px 3px 2px #c958dd;">
Div content here</div>

This div box has shadow with color #c958dd


Comments

No comments written yet.

Please login to write comment.