Color Hex Logo

#c269bf Color Hex

#C269BF
(194,105,191)
0 Favorites   0 Comments

Color spaces of #c269bf

RGB 194105191
HSL0.840.420.59
HSV302°46°76°
CMYK 0.000.460.02   0.24
XYZ36.703725.334152.2457
Yxy25.33410.32120.2217
Hunter Lab50.333042.0826-26.3100
CIE-Lab57.399547.7282-30.0257

#c269bf color RGB value is (194,105,191).

#c269bf hex color red value is 194, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c269bf hue: 0.84 , saturation: 0.42 and the lightness value of c269bf is 0.59.

The process color (four color CMYK) of #c269bf color hex is 0.00, 0.46, 0.02, 0.24. Web safe color of #c269bf is #cc66cc. Color #c269bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 10111111
Octal 302 151 277
Decimal 194 105 191
Hex C2 69 BF

RGB Percentages of Color #c269bf

%39.59
%21.43
%38.98

CMYK Percentages of Color #c269bf

%0
%46
%2
%24

Triadic Colors of #c269bf

#c269bf #bfc269 #69bfc2

Analogous Colors of #c269bf

#c269bf #c26993 #9969c2

Monochromatic Colors of #c269bf

#c269bf

Complementary Color

#c269bf #69c26c

#c269bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c269bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c269bf Color CSS Codes

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

#c269bf Text Font Color

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

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


#c269bf Background Color

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

This div background color is #c269bf


#c269bf Border Color

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

This div border color is #c269bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c269bf


Comments

No comments written yet.

Please login to write comment.