Color Hex Logo

#c265da Color Hex

#C265DA
(194,101,218)
0 Favorites   0 Comments

Color spaces of #c265da

RGB 194101218
HSL0.800.610.63
HSV288°54°85°
CMYK 0.110.540.00   0.15
XYZ39.556725.838769.2322
Yxy25.83870.29380.1919
Hunter Lab50.831849.9510-45.1699
CIE-Lab57.883654.8412-44.5950

#c265da color RGB value is (194,101,218).

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

The process color (four color CMYK) of #c265da color hex is 0.11, 0.54, 0.00, 0.15. Web safe color of #c265da is #cc66cc. Color #c265da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11011010
Octal 302 145 332
Decimal 194 101 218
Hex C2 65 DA

RGB Percentages of Color #c265da

%37.82
%19.69
%42.50

CMYK Percentages of Color #c265da

%11
%54
%0
%15

Triadic Colors of #c265da

#c265da #dac265 #65dac2

Analogous Colors of #c265da

#c265da #da65b8 #8865da

Monochromatic Colors of #c265da

#c265da

Complementary Color

#c265da #7dda65

#c265da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265da Color CSS Codes

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

#c265da Text Font Color

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

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


#c265da Background Color

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

This div background color is #c265da


#c265da Border Color

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

This div border color is #c265da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265da


Comments

No comments written yet.

Please login to write comment.