Color Hex Logo

#ca41bd Color Hex

#CA41BD
(202,65,189)
0 Favorites   0 Comments

Color spaces of #ca41bd

RGB 20265189
HSL0.850.560.52
HSV306°68°79°
CMYK 0.000.680.06   0.21
XYZ35.432720.011350.1392
Yxy20.01130.33560.1895
Hunter Lab44.734063.1010-35.1402
CIE-Lab51.850067.3963-37.4606

#ca41bd color RGB value is (202,65,189).

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

The process color (four color CMYK) of #ca41bd color hex is 0.00, 0.68, 0.06, 0.21. Web safe color of #ca41bd is #cc33cc. Color #ca41bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 10111101
Octal 312 101 275
Decimal 202 65 189
Hex CA 41 BD

RGB Percentages of Color #ca41bd

%44.30
%14.25
%41.45

CMYK Percentages of Color #ca41bd

%0
%68
%6
%21

Triadic Colors of #ca41bd

#ca41bd #bdca41 #41bdca

Analogous Colors of #ca41bd

#ca41bd #ca4179 #9341ca

Monochromatic Colors of #ca41bd

#ca41bd

Complementary Color

#ca41bd #41ca4e

#ca41bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca41bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca41bd Color CSS Codes

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

#ca41bd Text Font Color

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

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


#ca41bd Background Color

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

This div background color is #ca41bd


#ca41bd Border Color

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

This div border color is #ca41bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca41bd


Comments

No comments written yet.

Please login to write comment.