Color Hex Logo

#c958db Color Hex

#C958DB
(201,88,219)
0 Favorites   0 Comments

Color spaces of #c958db

RGB 20188219
HSL0.810.650.60
HSV292°60°86°
CMYK 0.080.600.00   0.14
XYZ40.363324.511469.6216
Yxy24.51140.30010.1822
Hunter Lab49.509058.8853-48.7198
CIE-Lab56.596262.9106-47.1365

#c958db color RGB value is (201,88,219).

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

The process color (four color CMYK) of #c958db color hex is 0.08, 0.60, 0.00, 0.14. Web safe color of #c958db is #cc66cc. Color #c958db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 11011011
Octal 311 130 333
Decimal 201 88 219
Hex C9 58 DB

RGB Percentages of Color #c958db

%39.57
%17.32
%43.11

CMYK Percentages of Color #c958db

%8
%60
%0
%14

Triadic Colors of #c958db

#c958db #dbc958 #58dbc9

Analogous Colors of #c958db

#c958db #db58ac #8858db

Monochromatic Colors of #c958db

#c958db

Complementary Color

#c958db #6adb58

#c958db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958db Color CSS Codes

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

#c958db Text Font Color

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

This sample text font color is #c958db
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.


#c958db Background Color

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

This div background color is #c958db


#c958db Border Color

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

This div border color is #c958db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c958db


Comments

No comments written yet.

Please login to write comment.