Color Hex Logo

#ca27db Color Hex

#CA27DB
(202,39,219)
0 Favorites   0 Comments

Color spaces of #ca27db

RGB 20239219
HSL0.820.710.51
HSV294°82°86°
CMYK 0.080.820.00   0.14
XYZ37.868819.122168.7129
Yxy19.12210.30130.1521
Hunter Lab43.728878.0541-62.5546
CIE-Lab50.829879.8587-56.3258

#ca27db color RGB value is (202,39,219).

#ca27db hex color red value is 202, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca27db hue: 0.82 , saturation: 0.71 and the lightness value of ca27db is 0.51.

The process color (four color CMYK) of #ca27db color hex is 0.08, 0.82, 0.00, 0.14. Web safe color of #ca27db is #cc33cc. Color #ca27db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100111 11011011
Octal 312 47 333
Decimal 202 39 219
Hex CA 27 DB

RGB Percentages of Color #ca27db

%43.91
%8.48
%47.61

CMYK Percentages of Color #ca27db

%8
%82
%0
%14

Triadic Colors of #ca27db

#ca27db #dbca27 #27dbca

Analogous Colors of #ca27db

#ca27db #db2792 #7027db

Monochromatic Colors of #ca27db

#ca27db

Complementary Color

#ca27db #38db27

#ca27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca27db Color CSS Codes

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

#ca27db Text Font Color

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

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


#ca27db Background Color

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

This div background color is #ca27db


#ca27db Border Color

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

This div border color is #ca27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca27db


Comments

No comments written yet.

Please login to write comment.