Color Hex Logo

#ce3985 Color Hex

#CE3985
(206,57,133)
0 Favorites   0 Comments

Color spaces of #ce3985

RGB 20657133
HSL0.910.600.52
HSV329°72°81°
CMYK 0.000.720.35   0.19
XYZ31.150417.741523.9730
Yxy17.74150.42750.2435
Hunter Lab42.120758.2988-4.2605
CIE-Lab49.181163.7766-8.3865

#ce3985 color RGB value is (206,57,133).

#ce3985 hex color red value is 206, green value is 57 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ce3985 hue: 0.91 , saturation: 0.60 and the lightness value of ce3985 is 0.52.

The process color (four color CMYK) of #ce3985 color hex is 0.00, 0.72, 0.35, 0.19. Web safe color of #ce3985 is #cc3399. Color #ce3985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 10000101
Octal 316 71 205
Decimal 206 57 133
Hex CE 39 85

RGB Percentages of Color #ce3985

%52.02
%14.39
%33.59

CMYK Percentages of Color #ce3985

%0
%72
%35
%19

Triadic Colors of #ce3985

#ce3985 #85ce39 #3985ce

Analogous Colors of #ce3985

#ce3985 #ce393b #cd39ce

Monochromatic Colors of #ce3985

#ce3985

Complementary Color

#ce3985 #39ce82

#ce3985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3985 Color CSS Codes

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

#ce3985 Text Font Color

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

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


#ce3985 Background Color

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

This div background color is #ce3985


#ce3985 Border Color

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

This div border color is #ce3985


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,57,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce3985; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce3985;
  -webkit-box-shadow: 1px 1px 3px 2px #ce3985;
  box-shadow:         1px 1px 3px 2px #ce3985; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,57,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3985


Comments

No comments written yet.

Please login to write comment.