Color Hex Logo

#ce55ca Color Hex

#CE55CA
(206,85,202)
0 Favorites   0 Comments

Color spaces of #ce55ca

RGB 20685202
HSL0.840.550.57
HSV302°59°81°
CMYK 0.000.590.02   0.19
XYZ39.362823.883158.4124
Yxy23.88310.32360.1963
Hunter Lab48.870358.2504-36.6573
CIE-Lab55.970662.4762-38.4222

#ce55ca color RGB value is (206,85,202).

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

The process color (four color CMYK) of #ce55ca color hex is 0.00, 0.59, 0.02, 0.19. Web safe color of #ce55ca is #cc66cc. Color #ce55ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 11001010
Octal 316 125 312
Decimal 206 85 202
Hex CE 55 CA

RGB Percentages of Color #ce55ca

%41.78
%17.24
%40.97

CMYK Percentages of Color #ce55ca

%0
%59
%2
%19

Triadic Colors of #ce55ca

#ce55ca #cace55 #55cace

Analogous Colors of #ce55ca

#ce55ca #ce558e #9655ce

Monochromatic Colors of #ce55ca

#ce55ca

Complementary Color

#ce55ca #55ce59

#ce55ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce55ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce55ca Color CSS Codes

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

#ce55ca Text Font Color

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

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


#ce55ca Background Color

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

This div background color is #ce55ca


#ce55ca Border Color

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

This div border color is #ce55ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce55ca


Comments

No comments written yet.

Please login to write comment.