Color Hex Logo

#ca38bd Color Hex

#CA38BD
(202,56,189)
0 Favorites   0 Comments

Color spaces of #ca38bd

RGB 20256189
HSL0.850.580.51
HSV305°72°79°
CMYK 0.000.720.06   0.21
XYZ34.956619.059049.9805
Yxy19.05900.33610.1833
Hunter Lab43.656666.5289-37.3188
CIE-Lab50.756270.4920-39.1834

#ca38bd color RGB value is (202,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 10111101
Octal 312 70 275
Decimal 202 56 189
Hex CA 38 BD

RGB Percentages of Color #ca38bd

%45.19
%12.53
%42.28

CMYK Percentages of Color #ca38bd

%0
%72
%6
%21

Triadic Colors of #ca38bd

#ca38bd #bdca38 #38bdca

Analogous Colors of #ca38bd

#ca38bd #ca3874 #8e38ca

Monochromatic Colors of #ca38bd

#ca38bd

Complementary Color

#ca38bd #38ca45

#ca38bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca38bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca38bd Color CSS Codes

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

#ca38bd Text Font Color

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

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


#ca38bd Background Color

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

This div background color is #ca38bd


#ca38bd Border Color

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

This div border color is #ca38bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca38bd


Comments

No comments written yet.

Please login to write comment.