Color Hex Logo

#ce20ca Color Hex

#CE20CA
(206,32,202)
0 Favorites   0 Comments

Color spaces of #ce20ca

RGB 20632202
HSL0.840.730.47
HSV301°84°81°
CMYK 0.000.840.02   0.19
XYZ36.630818.419157.5017
Yxy18.41910.32550.1637
Hunter Lab42.917577.2472-49.3957
CIE-Lab50.000579.3791-47.8663

#ce20ca color RGB value is (206,32,202).

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

The process color (four color CMYK) of #ce20ca color hex is 0.00, 0.84, 0.02, 0.19. Web safe color of #ce20ca is #cc33cc. Color #ce20ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100000 11001010
Octal 316 40 312
Decimal 206 32 202
Hex CE 20 CA

RGB Percentages of Color #ce20ca

%46.82
%7.27
%45.91

CMYK Percentages of Color #ce20ca

%0
%84
%2
%19

Triadic Colors of #ce20ca

#ce20ca #cace20 #20cace

Analogous Colors of #ce20ca

#ce20ca #ce2073 #7b20ce

Monochromatic Colors of #ce20ca

#ce20ca

Complementary Color

#ce20ca #20ce24

#ce20ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce20ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce20ca Color CSS Codes

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

#ce20ca Text Font Color

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

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


#ce20ca Background Color

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

This div background color is #ce20ca


#ce20ca Border Color

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

This div border color is #ce20ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,32,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 #ce20ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce20ca


Comments

No comments written yet.

Please login to write comment.