Color Hex Logo

#ca72ed Color Hex

#CA72ED
(202,114,237)
0 Favorites   0 Comments

Color spaces of #ca72ed

RGB 202114237
HSL0.790.770.69
HSV283°52°93°
CMYK 0.150.520.00   0.07
XYZ45.660530.705683.6410
Yxy30.70560.28540.1919
Hunter Lab55.412650.1135-50.7047
CIE-Lab62.258354.2749-48.2399

#ca72ed color RGB value is (202,114,237).

#ca72ed hex color red value is 202, green value is 114 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca72ed hue: 0.79 , saturation: 0.77 and the lightness value of ca72ed is 0.69.

The process color (four color CMYK) of #ca72ed color hex is 0.15, 0.52, 0.00, 0.07. Web safe color of #ca72ed is #cc66ff. Color #ca72ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 11101101
Octal 312 162 355
Decimal 202 114 237
Hex CA 72 ED

RGB Percentages of Color #ca72ed

%36.53
%20.61
%42.86

CMYK Percentages of Color #ca72ed

%15
%52
%0
%7

Triadic Colors of #ca72ed

#ca72ed #edca72 #72edca

Analogous Colors of #ca72ed

#ca72ed #ed72d3 #8d72ed

Monochromatic Colors of #ca72ed

#ca72ed

Complementary Color

#ca72ed #95ed72

#ca72ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca72ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca72ed Color CSS Codes

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

#ca72ed Text Font Color

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

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


#ca72ed Background Color

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

This div background color is #ca72ed


#ca72ed Border Color

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

This div border color is #ca72ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca72ed


Comments

No comments written yet.

Please login to write comment.