Color Hex Logo

#ce035b Color Hex

#CE035B
(206,3,91)
0 Favorites   0 Comments

Color spaces of #ce035b

RGB 206391
HSL0.930.970.41
HSV334°99°81°
CMYK 0.000.990.56   0.19
XYZ27.374513.942311.1459
Yxy13.94230.52180.2658
Hunter Lab37.339465.51928.4394
CIE-Lab44.150170.929110.1489

#ce035b color RGB value is (206,3,91).

#ce035b hex color red value is 206, green value is 3 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ce035b hue: 0.93 , saturation: 0.97 and the lightness value of ce035b is 0.41.

The process color (four color CMYK) of #ce035b color hex is 0.00, 0.99, 0.56, 0.19. Web safe color of #ce035b is #cc0066. Color #ce035b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 01011011
Octal 316 3 133
Decimal 206 3 91
Hex CE 3 5B

RGB Percentages of Color #ce035b

%68.67
%1.00
%30.33

CMYK Percentages of Color #ce035b

%0
%99
%56
%19

Triadic Colors of #ce035b

#ce035b #5bce03 #035bce

Analogous Colors of #ce035b

#ce035b #ce1103 #ce03c1

Monochromatic Colors of #ce035b

#ce035b

Complementary Color

#ce035b #03ce76

#ce035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce035b Color CSS Codes

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

#ce035b Text Font Color

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

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


#ce035b Background Color

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

This div background color is #ce035b


#ce035b Border Color

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

This div border color is #ce035b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce035b


Comments

No comments written yet.

Please login to write comment.