Color Hex Logo

#c270cd Color Hex

#C270CD
(194,112,205)
0 Favorites   0 Comments

Color spaces of #c270cd

RGB 194112205
HSL0.810.480.62
HSV293°45°80°
CMYK 0.050.450.00   0.20
XYZ39.061727.465561.0002
Yxy27.46550.30630.2154
Hunter Lab52.407541.3309-32.3258
CIE-Lab59.402746.7296-34.8699

#c270cd color RGB value is (194,112,205).

#c270cd hex color red value is 194, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c270cd hue: 0.81 , saturation: 0.48 and the lightness value of c270cd is 0.62.

The process color (four color CMYK) of #c270cd color hex is 0.05, 0.45, 0.00, 0.20. Web safe color of #c270cd is #cc66cc. Color #c270cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 11001101
Octal 302 160 315
Decimal 194 112 205
Hex C2 70 CD

RGB Percentages of Color #c270cd

%37.96
%21.92
%40.12

CMYK Percentages of Color #c270cd

%5
%45
%0
%20

Triadic Colors of #c270cd

#c270cd #cdc270 #70cdc2

Analogous Colors of #c270cd

#c270cd #cd70aa #9470cd

Monochromatic Colors of #c270cd

#c270cd

Complementary Color

#c270cd #7bcd70

#c270cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c270cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c270cd Color CSS Codes

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

#c270cd Text Font Color

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

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


#c270cd Background Color

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

This div background color is #c270cd


#c270cd Border Color

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

This div border color is #c270cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c270cd


Comments

No comments written yet.

Please login to write comment.