Color Hex Logo

#ce335c Color Hex

#CE335C
(206,51,92)
0 Favorites   0 Comments

Color spaces of #ce335c

RGB 2065192
HSL0.960.610.50
HSV344°75°81°
CMYK 0.000.750.55   0.19
XYZ28.569216.262211.7584
Yxy16.26220.50480.2874
Hunter Lab40.326455.886910.9407
CIE-Lab47.316662.015513.9251

#ce335c color RGB value is (206,51,92).

#ce335c hex color red value is 206, green value is 51 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce335c hue: 0.96 , saturation: 0.61 and the lightness value of ce335c is 0.50.

The process color (four color CMYK) of #ce335c color hex is 0.00, 0.75, 0.55, 0.19. Web safe color of #ce335c is #cc3366. Color #ce335c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 01011100
Octal 316 63 134
Decimal 206 51 92
Hex CE 33 5C

RGB Percentages of Color #ce335c

%59.03
%14.61
%26.36

CMYK Percentages of Color #ce335c

%0
%75
%55
%19

Triadic Colors of #ce335c

#ce335c #5cce33 #335cce

Analogous Colors of #ce335c

#ce335c #ce5733 #ce33aa

Monochromatic Colors of #ce335c

#ce335c

Complementary Color

#ce335c #33cea5

#ce335c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce335c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce335c Color CSS Codes

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

#ce335c Text Font Color

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

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


#ce335c Background Color

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

This div background color is #ce335c


#ce335c Border Color

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

This div border color is #ce335c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce335c


Comments

No comments written yet.

Please login to write comment.