Color Hex Logo

#ca27ce Color Hex

#CA27CE
(202,39,206)
0 Favorites   0 Comments

Color spaces of #ca27ce

RGB 20239206
HSL0.830.680.48
HSV299°81°81°
CMYK 0.020.810.00   0.19
XYZ36.223218.463860.0472
Yxy18.46380.31570.1609
Hunter Lab42.969575.2784-52.7754
CIE-Lab50.053977.7946-50.1255

#ca27ce color RGB value is (202,39,206).

#ca27ce hex color red value is 202, green value is 39 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca27ce hue: 0.83 , saturation: 0.68 and the lightness value of ca27ce is 0.48.

The process color (four color CMYK) of #ca27ce color hex is 0.02, 0.81, 0.00, 0.19. Web safe color of #ca27ce is #cc33cc. Color #ca27ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100111 11001110
Octal 312 47 316
Decimal 202 39 206
Hex CA 27 CE

RGB Percentages of Color #ca27ce

%45.19
%8.72
%46.09

CMYK Percentages of Color #ca27ce

%2
%81
%0
%19

Triadic Colors of #ca27ce

#ca27ce #ceca27 #27ceca

Analogous Colors of #ca27ce

#ca27ce #ce277f #7727ce

Monochromatic Colors of #ca27ce

#ca27ce

Complementary Color

#ca27ce #2bce27

#ca27ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca27ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca27ce Color CSS Codes

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

#ca27ce Text Font Color

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

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


#ca27ce Background Color

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

This div background color is #ca27ce


#ca27ce Border Color

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

This div border color is #ca27ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca27ce


Comments

No comments written yet.

Please login to write comment.