Color Hex Logo

#ca23ed Color Hex

#CA23ED
(202,35,237)
0 Favorites   0 Comments

Color spaces of #ca23ed

RGB 20235237
HSL0.800.850.53
HSV290°85°93°
CMYK 0.150.850.00   0.07
XYZ40.244219.873081.8355
Yxy19.87300.28350.1400
Hunter Lab44.579183.1289-77.6353
CIE-Lab51.693383.6738-65.1279

#ca23ed color RGB value is (202,35,237).

#ca23ed hex color red value is 202, green value is 35 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca23ed hue: 0.80 , saturation: 0.85 and the lightness value of ca23ed is 0.53.

The process color (four color CMYK) of #ca23ed color hex is 0.15, 0.85, 0.00, 0.07. Web safe color of #ca23ed is #cc33ff. Color #ca23ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 11101101
Octal 312 43 355
Decimal 202 35 237
Hex CA 23 ED

RGB Percentages of Color #ca23ed

%42.62
%7.38
%50.00

CMYK Percentages of Color #ca23ed

%15
%85
%0
%7

Triadic Colors of #ca23ed

#ca23ed #edca23 #23edca

Analogous Colors of #ca23ed

#ca23ed #ed23ab #6523ed

Monochromatic Colors of #ca23ed

#ca23ed

Complementary Color

#ca23ed #46ed23

#ca23ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca23ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca23ed Color CSS Codes

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

#ca23ed Text Font Color

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

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


#ca23ed Background Color

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

This div background color is #ca23ed


#ca23ed Border Color

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

This div border color is #ca23ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca23ed


Comments

No comments written yet.

Please login to write comment.