Color Hex Logo

#c269da Color Hex

#C269DA
(194,105,218)
0 Favorites   0 Comments

Color spaces of #c269da

RGB 194105218
HSL0.800.600.63
HSV287°52°85°
CMYK 0.110.520.00   0.15
XYZ39.954626.634469.3648
Yxy26.63440.29390.1959
Hunter Lab51.608547.8773-43.5632
CIE-Lab58.634452.8526-43.4103

#c269da color RGB value is (194,105,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 11011010
Octal 302 151 332
Decimal 194 105 218
Hex C2 69 DA

RGB Percentages of Color #c269da

%37.52
%20.31
%42.17

CMYK Percentages of Color #c269da

%11
%52
%0
%15

Triadic Colors of #c269da

#c269da #dac269 #69dac2

Analogous Colors of #c269da

#c269da #da69ba #8a69da

Monochromatic Colors of #c269da

#c269da

Complementary Color

#c269da #81da69

#c269da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c269da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c269da Color CSS Codes

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

#c269da Text Font Color

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

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


#c269da Background Color

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

This div background color is #c269da


#c269da Border Color

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

This div border color is #c269da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c269da


Comments

No comments written yet.

Please login to write comment.