Color Hex Logo

#ce0cbe Color Hex

#CE0CBE
(206,12,190)
0 Favorites   0 Comments

Color spaces of #ce0cbe

RGB 20612190
HSL0.850.890.43
HSV305°94°81°
CMYK 0.000.940.08   0.19
XYZ34.879317.102550.1780
Yxy17.10250.34140.1674
Hunter Lab41.355278.1769-42.9905
CIE-Lab48.388980.4314-43.4677

#ce0cbe color RGB value is (206,12,190).

#ce0cbe hex color red value is 206, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce0cbe hue: 0.85 , saturation: 0.89 and the lightness value of ce0cbe is 0.43.

The process color (four color CMYK) of #ce0cbe color hex is 0.00, 0.94, 0.08, 0.19. Web safe color of #ce0cbe is #cc00cc. Color #ce0cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001100 10111110
Octal 316 14 276
Decimal 206 12 190
Hex CE C BE

RGB Percentages of Color #ce0cbe

%50.49
%2.94
%46.57

CMYK Percentages of Color #ce0cbe

%0
%94
%8
%19

Triadic Colors of #ce0cbe

#ce0cbe #bece0c #0cbece

Analogous Colors of #ce0cbe

#ce0cbe #ce0c5d #7d0cce

Monochromatic Colors of #ce0cbe

#ce0cbe

Complementary Color

#ce0cbe #0cce1c

#ce0cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0cbe Color CSS Codes

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

#ce0cbe Text Font Color

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

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


#ce0cbe Background Color

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

This div background color is #ce0cbe


#ce0cbe Border Color

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

This div border color is #ce0cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0cbe


Comments

No comments written yet.

Please login to write comment.