Color Hex Logo

#ca51b8 Color Hex

#CA51B8
(202,81,184)
0 Favorites   0 Comments

Color spaces of #ca51b8

RGB 20281184
HSL0.860.530.55
HSV309°60°79°
CMYK 0.000.600.09   0.21
XYZ35.951321.902147.6801
Yxy21.90210.34070.2075
Hunter Lab46.799755.2234-27.6456
CIE-Lab53.923060.2081-31.3191

#ca51b8 color RGB value is (202,81,184).

#ca51b8 hex color red value is 202, green value is 81 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ca51b8 hue: 0.86 , saturation: 0.53 and the lightness value of ca51b8 is 0.55.

The process color (four color CMYK) of #ca51b8 color hex is 0.00, 0.60, 0.09, 0.21. Web safe color of #ca51b8 is #cc66cc. Color #ca51b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010001 10111000
Octal 312 121 270
Decimal 202 81 184
Hex CA 51 B8

RGB Percentages of Color #ca51b8

%43.25
%17.34
%39.40

CMYK Percentages of Color #ca51b8

%0
%60
%9
%21

Triadic Colors of #ca51b8

#ca51b8 #b8ca51 #51b8ca

Analogous Colors of #ca51b8

#ca51b8 #ca517c #a051ca

Monochromatic Colors of #ca51b8

#ca51b8

Complementary Color

#ca51b8 #51ca63

#ca51b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca51b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca51b8 Color CSS Codes

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

#ca51b8 Text Font Color

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

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


#ca51b8 Background Color

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

This div background color is #ca51b8


#ca51b8 Border Color

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

This div border color is #ca51b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca51b8


Comments

No comments written yet.

Please login to write comment.