Color Hex Logo

#c270dc Color Hex

#C270DC
(194,112,220)
0 Favorites   0 Comments

Color spaces of #c270dc

RGB 194112220
HSL0.790.610.65
HSV286°49°86°
CMYK 0.120.490.00   0.14
XYZ40.960628.225070.9993
Yxy28.22500.29220.2013
Hunter Lab53.127244.6493-42.0462
CIE-Lab60.091549.6897-42.2393

#c270dc color RGB value is (194,112,220).

#c270dc hex color red value is 194, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c270dc hue: 0.79 , saturation: 0.61 and the lightness value of c270dc is 0.65.

The process color (four color CMYK) of #c270dc color hex is 0.12, 0.49, 0.00, 0.14. Web safe color of #c270dc is #cc66cc. Color #c270dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 11011100
Octal 302 160 334
Decimal 194 112 220
Hex C2 70 DC

RGB Percentages of Color #c270dc

%36.88
%21.29
%41.83

CMYK Percentages of Color #c270dc

%12
%49
%0
%14

Triadic Colors of #c270dc

#c270dc #dcc270 #70dcc2

Analogous Colors of #c270dc

#c270dc #dc70c0 #8c70dc

Monochromatic Colors of #c270dc

#c270dc

Complementary Color

#c270dc #8adc70

#c270dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c270dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c270dc Color CSS Codes

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

#c270dc Text Font Color

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

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


#c270dc Background Color

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

This div background color is #c270dc


#c270dc Border Color

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

This div border color is #c270dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c270dc


Comments

No comments written yet.

Please login to write comment.