Color Hex Logo

#ca38dc Color Hex

#CA38DC
(202,56,220)
0 Favorites   0 Comments

Color spaces of #ca38dc

RGB 20256220
HSL0.820.700.54
HSV293°75°86°
CMYK 0.080.750.00   0.14
XYZ38.689620.552269.6380
Yxy20.55220.30020.1595
Hunter Lab45.334573.0008-59.3407
CIE-Lab52.455975.4888-54.2885

#ca38dc color RGB value is (202,56,220).

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

The process color (four color CMYK) of #ca38dc color hex is 0.08, 0.75, 0.00, 0.14. Web safe color of #ca38dc is #cc33cc. Color #ca38dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 11011100
Octal 312 70 334
Decimal 202 56 220
Hex CA 38 DC

RGB Percentages of Color #ca38dc

%42.26
%11.72
%46.03

CMYK Percentages of Color #ca38dc

%8
%75
%0
%14

Triadic Colors of #ca38dc

#ca38dc #dcca38 #38dcca

Analogous Colors of #ca38dc

#ca38dc #dc389c #7838dc

Monochromatic Colors of #ca38dc

#ca38dc

Complementary Color

#ca38dc #4adc38

#ca38dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca38dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca38dc Color CSS Codes

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

#ca38dc Text Font Color

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

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


#ca38dc Background Color

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

This div background color is #ca38dc


#ca38dc Border Color

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

This div border color is #ca38dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca38dc


Comments

No comments written yet.

Please login to write comment.