Color Hex Logo

#ca4fbd Color Hex

#CA4FBD
(202,79,189)
0 Favorites   0 Comments

Color spaces of #ca4fbd

RGB 20279189
HSL0.850.540.55
HSV306°61°79°
CMYK 0.000.610.06   0.21
XYZ36.338421.822650.4411
Yxy21.82260.33460.2009
Hunter Lab46.714757.1009-31.3193
CIE-Lab53.838361.8664-34.3419

#ca4fbd color RGB value is (202,79,189).

#ca4fbd hex color red value is 202, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca4fbd hue: 0.85 , saturation: 0.54 and the lightness value of ca4fbd is 0.55.

The process color (four color CMYK) of #ca4fbd color hex is 0.00, 0.61, 0.06, 0.21. Web safe color of #ca4fbd is #cc66cc. Color #ca4fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001111 10111101
Octal 312 117 275
Decimal 202 79 189
Hex CA 4F BD

RGB Percentages of Color #ca4fbd

%42.98
%16.81
%40.21

CMYK Percentages of Color #ca4fbd

%0
%61
%6
%21

Triadic Colors of #ca4fbd

#ca4fbd #bdca4f #4fbdca

Analogous Colors of #ca4fbd

#ca4fbd #ca4f80 #9a4fca

Monochromatic Colors of #ca4fbd

#ca4fbd

Complementary Color

#ca4fbd #4fca5c

#ca4fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4fbd Color CSS Codes

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

#ca4fbd Text Font Color

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

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


#ca4fbd Background Color

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

This div background color is #ca4fbd


#ca4fbd Border Color

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

This div border color is #ca4fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4fbd


Comments

No comments written yet.

Please login to write comment.