Color Hex Logo

#c957db Color Hex

#C957DB
(201,87,219)
0 Favorites   0 Comments

Color spaces of #c957db

RGB 20187219
HSL0.810.650.60
HSV292°60°86°
CMYK 0.080.600.00   0.14
XYZ40.281824.348469.5945
Yxy24.34840.30010.1814
Hunter Lab49.344159.3654-49.0812
CIE-Lab56.434963.3527-47.3922

#c957db color RGB value is (201,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010111 11011011
Octal 311 127 333
Decimal 201 87 219
Hex C9 57 DB

RGB Percentages of Color #c957db

%39.64
%17.16
%43.20

CMYK Percentages of Color #c957db

%8
%60
%0
%14

Triadic Colors of #c957db

#c957db #dbc957 #57dbc9

Analogous Colors of #c957db

#c957db #db57ab #8757db

Monochromatic Colors of #c957db

#c957db

Complementary Color

#c957db #69db57

#c957db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c957db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c957db Color CSS Codes

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

#c957db Text Font Color

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

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


#c957db Background Color

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

This div background color is #c957db


#c957db Border Color

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

This div border color is #c957db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,87,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 #c957db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c957db


Comments

No comments written yet.

Please login to write comment.