Color Hex Logo

#ca23dd Color Hex

#CA23DD
(202,35,221)
0 Favorites   0 Comments

Color spaces of #ca23dd

RGB 20235221
HSL0.820.730.50
HSV294°84°87°
CMYK 0.090.840.00   0.13
XYZ38.009318.979170.0666
Yxy18.97910.29920.1494
Hunter Lab43.565079.4977-64.8620
CIE-Lab50.662781.0330-57.7329

#ca23dd color RGB value is (202,35,221).

#ca23dd hex color red value is 202, green value is 35 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca23dd hue: 0.82 , saturation: 0.73 and the lightness value of ca23dd is 0.50.

The process color (four color CMYK) of #ca23dd color hex is 0.09, 0.84, 0.00, 0.13. Web safe color of #ca23dd is #cc33cc. Color #ca23dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 11011101
Octal 312 43 335
Decimal 202 35 221
Hex CA 23 DD

RGB Percentages of Color #ca23dd

%44.10
%7.64
%48.25

CMYK Percentages of Color #ca23dd

%9
%84
%0
%13

Triadic Colors of #ca23dd

#ca23dd #ddca23 #23ddca

Analogous Colors of #ca23dd

#ca23dd #dd2393 #6d23dd

Monochromatic Colors of #ca23dd

#ca23dd

Complementary Color

#ca23dd #36dd23

#ca23dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca23dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca23dd Color CSS Codes

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

#ca23dd Text Font Color

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

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


#ca23dd Background Color

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

This div background color is #ca23dd


#ca23dd Border Color

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

This div border color is #ca23dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca23dd


Comments

No comments written yet.

Please login to write comment.