Color Hex Logo

#c244cd Color Hex

#C244CD
(194,68,205)
0 Favorites   0 Comments

Color spaces of #c244cd

RGB 19468205
HSL0.820.580.54
HSV295°67°80°
CMYK 0.050.670.00   0.20
XYZ35.334720.011459.7578
Yxy20.01140.30700.1739
Hunter Lab44.734162.7094-47.8883
CIE-Lab51.850167.0637-46.7646

#c244cd color RGB value is (194,68,205).

#c244cd hex color red value is 194, green value is 68 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c244cd hue: 0.82 , saturation: 0.58 and the lightness value of c244cd is 0.54.

The process color (four color CMYK) of #c244cd color hex is 0.05, 0.67, 0.00, 0.20. Web safe color of #c244cd is #cc33cc. Color #c244cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000100 11001101
Octal 302 104 315
Decimal 194 68 205
Hex C2 44 CD

RGB Percentages of Color #c244cd

%41.54
%14.56
%43.90

CMYK Percentages of Color #c244cd

%5
%67
%0
%20

Triadic Colors of #c244cd

#c244cd #cdc244 #44cdc2

Analogous Colors of #c244cd

#c244cd #cd4494 #7e44cd

Monochromatic Colors of #c244cd

#c244cd

Complementary Color

#c244cd #4fcd44

#c244cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c244cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c244cd Color CSS Codes

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

#c244cd Text Font Color

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

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


#c244cd Background Color

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

This div background color is #c244cd


#c244cd Border Color

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

This div border color is #c244cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,68,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c244cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c244cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c244cd;
  box-shadow:         1px 1px 3px 2px #c244cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,68,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c244cd


Comments

No comments written yet.

Please login to write comment.