Color Hex Logo

#ce03ba Color Hex

#CE03BA
(206,3,186)
0 Favorites   0 Comments

Color spaces of #ce03ba

RGB 2063186
HSL0.850.970.41
HSV306°99°81°
CMYK 0.000.990.10   0.19
XYZ34.349116.732147.8736
Yxy16.73210.34710.1691
Hunter Lab40.904978.3084-40.7574
CIE-Lab47.920780.6265-41.8730

#ce03ba color RGB value is (206,3,186).

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

The process color (four color CMYK) of #ce03ba color hex is 0.00, 0.99, 0.10, 0.19. Web safe color of #ce03ba is #cc00cc. Color #ce03ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 10111010
Octal 316 3 272
Decimal 206 3 186
Hex CE 3 BA

RGB Percentages of Color #ce03ba

%52.15
%0.76
%47.09

CMYK Percentages of Color #ce03ba

%0
%99
%10
%19

Triadic Colors of #ce03ba

#ce03ba #bace03 #03bace

Analogous Colors of #ce03ba

#ce03ba #ce0354 #7d03ce

Monochromatic Colors of #ce03ba

#ce03ba

Complementary Color

#ce03ba #03ce17

#ce03ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce03ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce03ba Color CSS Codes

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

#ce03ba Text Font Color

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

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


#ce03ba Background Color

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

This div background color is #ce03ba


#ce03ba Border Color

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

This div border color is #ce03ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce03ba


Comments

No comments written yet.

Please login to write comment.