Color Hex Logo

#c269df Color Hex

#C269DF
(194,105,223)
0 Favorites   0 Comments

Color spaces of #c269df

RGB 194105223
HSL0.790.650.64
HSV285°53°87°
CMYK 0.130.530.00   0.13
XYZ40.619026.900272.8634
Yxy26.90020.28930.1916
Hunter Lab51.865449.0299-46.9881
CIE-Lab58.881853.8508-45.8296

#c269df color RGB value is (194,105,223).

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

The process color (four color CMYK) of #c269df color hex is 0.13, 0.53, 0.00, 0.13. Web safe color of #c269df is #cc66cc. Color #c269df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 11011111
Octal 302 151 337
Decimal 194 105 223
Hex C2 69 DF

RGB Percentages of Color #c269df

%37.16
%20.11
%42.72

CMYK Percentages of Color #c269df

%13
%53
%0
%13

Triadic Colors of #c269df

#c269df #dfc269 #69dfc2

Analogous Colors of #c269df

#c269df #df69c1 #8769df

Monochromatic Colors of #c269df

#c269df

Complementary Color

#c269df #86df69

#c269df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c269df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c269df Color CSS Codes

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

#c269df Text Font Color

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

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


#c269df Background Color

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

This div background color is #c269df


#c269df Border Color

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

This div border color is #c269df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c269df


Comments

No comments written yet.

Please login to write comment.