Color Hex Logo

#ca38dd Color Hex

#CA38DD
(202,56,221)
0 Favorites   0 Comments

Color spaces of #ca38dd

RGB 20256221
HSL0.810.710.54
HSV293°75°87°
CMYK 0.090.750.00   0.13
XYZ38.822420.605470.3377
Yxy20.60540.29920.1588
Hunter Lab45.393273.2236-60.0959
CIE-Lab52.514975.6579-54.7620

#ca38dd color RGB value is (202,56,221).

#ca38dd hex color red value is 202, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca38dd hue: 0.81 , saturation: 0.71 and the lightness value of ca38dd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 11011101
Octal 312 70 335
Decimal 202 56 221
Hex CA 38 DD

RGB Percentages of Color #ca38dd

%42.17
%11.69
%46.14

CMYK Percentages of Color #ca38dd

%9
%75
%0
%13

Triadic Colors of #ca38dd

#ca38dd #ddca38 #38ddca

Analogous Colors of #ca38dd

#ca38dd #dd389e #7838dd

Monochromatic Colors of #ca38dd

#ca38dd

Complementary Color

#ca38dd #4bdd38

#ca38dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca38dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca38dd Color CSS Codes

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

#ca38dd Text Font Color

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

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


#ca38dd Background Color

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

This div background color is #ca38dd


#ca38dd Border Color

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

This div border color is #ca38dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca38dd


Comments

No comments written yet.

Please login to write comment.