Color Hex Logo

#ca75dc Color Hex

#CA75DC
(202,117,220)
0 Favorites   0 Comments

Color spaces of #ca75dc

RGB 202117220
HSL0.800.600.66
HSV290°47°86°
CMYK 0.080.470.00   0.14
XYZ43.636730.446471.2870
Yxy30.44640.30020.2094
Hunter Lab55.178344.6015-37.9743
CIE-Lab62.037549.3536-39.1180

#ca75dc color RGB value is (202,117,220).

#ca75dc hex color red value is 202, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca75dc hue: 0.80 , saturation: 0.60 and the lightness value of ca75dc is 0.66.

The process color (four color CMYK) of #ca75dc color hex is 0.08, 0.47, 0.00, 0.14. Web safe color of #ca75dc is #cc66cc. Color #ca75dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 11011100
Octal 312 165 334
Decimal 202 117 220
Hex CA 75 DC

RGB Percentages of Color #ca75dc

%37.48
%21.71
%40.82

CMYK Percentages of Color #ca75dc

%8
%47
%0
%14

Triadic Colors of #ca75dc

#ca75dc #dcca75 #75dcca

Analogous Colors of #ca75dc

#ca75dc #dc75bb #9775dc

Monochromatic Colors of #ca75dc

#ca75dc

Complementary Color

#ca75dc #87dc75

#ca75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca75dc Color CSS Codes

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

#ca75dc Text Font Color

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

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


#ca75dc Background Color

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

This div background color is #ca75dc


#ca75dc Border Color

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

This div border color is #ca75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca75dc


Comments

No comments written yet.

Please login to write comment.