Color Hex Logo

#ce00ca Color Hex

#CE00CA
(206,0,202)
0 Favorites   0 Comments

Color spaces of #ce00ca

RGB 2060202
HSL0.841.000.40
HSV301°100°81°
CMYK 0.001.000.02   0.19
XYZ36.114317.386157.3295
Yxy17.38610.32590.1569
Hunter Lab41.696681.6333-52.3313
CIE-Lab48.742983.0818-49.8732

#ce00ca color RGB value is (206,0,202).

#ce00ca hex color red value is 206, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ce00ca hue: 0.84 , saturation: 1.00 and the lightness value of ce00ca is 0.40.

The process color (four color CMYK) of #ce00ca color hex is 0.00, 1.00, 0.02, 0.19. Web safe color of #ce00ca is #cc00cc. Color #ce00ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 11001010
Octal 316 0 312
Decimal 206 0 202
Hex CE 0 CA

RGB Percentages of Color #ce00ca

%50.49
%0.00
%49.51

CMYK Percentages of Color #ce00ca

%0
%100
%2
%19

Triadic Colors of #ce00ca

#ce00ca #cace00 #00cace

Analogous Colors of #ce00ca

#ce00ca #ce0063 #6b00ce

Monochromatic Colors of #ce00ca

#ce00ca

Complementary Color

#ce00ca #00ce04

#ce00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce00ca Color CSS Codes

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

#ce00ca Text Font Color

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

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


#ce00ca Background Color

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

This div background color is #ce00ca


#ce00ca Border Color

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

This div border color is #ce00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce00ca


Comments

No comments written yet.

Please login to write comment.