Color Hex Logo

#c265dc Color Hex

#C265DC
(194,101,220)
0 Favorites   0 Comments

Color spaces of #c265dc

RGB 194101220
HSL0.800.630.63
HSV287°54°86°
CMYK 0.120.540.00   0.14
XYZ39.820125.944070.6191
Yxy25.94400.29200.1902
Hunter Lab50.935350.4108-46.5478
CIE-Lab57.983955.2359-45.5630

#c265dc color RGB value is (194,101,220).

#c265dc hex color red value is 194, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c265dc hue: 0.80 , saturation: 0.63 and the lightness value of c265dc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11011100
Octal 302 145 334
Decimal 194 101 220
Hex C2 65 DC

RGB Percentages of Color #c265dc

%37.67
%19.61
%42.72

CMYK Percentages of Color #c265dc

%12
%54
%0
%14

Triadic Colors of #c265dc

#c265dc #dcc265 #65dcc2

Analogous Colors of #c265dc

#c265dc #dc65bb #8765dc

Monochromatic Colors of #c265dc

#c265dc

Complementary Color

#c265dc #7fdc65

#c265dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265dc Color CSS Codes

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

#c265dc Text Font Color

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

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


#c265dc Background Color

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

This div background color is #c265dc


#c265dc Border Color

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

This div border color is #c265dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265dc


Comments

No comments written yet.

Please login to write comment.