Color Hex Logo

#c267ba Color Hex

#C267BA
(194,103,186)
0 Favorites   0 Comments

Color spaces of #c267ba

RGB 194103186
HSL0.850.430.58
HSV305°47°76°
CMYK 0.000.470.04   0.24
XYZ35.961324.715049.3295
Yxy24.71500.32690.2247
Hunter Lab49.714242.1201-24.0313
CIE-Lab56.796747.8550-28.0959

#c267ba color RGB value is (194,103,186).

#c267ba hex color red value is 194, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c267ba hue: 0.85 , saturation: 0.43 and the lightness value of c267ba is 0.58.

The process color (four color CMYK) of #c267ba color hex is 0.00, 0.47, 0.04, 0.24. Web safe color of #c267ba is #cc66cc. Color #c267ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 10111010
Octal 302 147 272
Decimal 194 103 186
Hex C2 67 BA

RGB Percentages of Color #c267ba

%40.17
%21.33
%38.51

CMYK Percentages of Color #c267ba

%0
%47
%4
%24

Triadic Colors of #c267ba

#c267ba #bac267 #67bac2

Analogous Colors of #c267ba

#c267ba #c2678d #9d67c2

Monochromatic Colors of #c267ba

#c267ba

Complementary Color

#c267ba #67c26f

#c267ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c267ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c267ba Color CSS Codes

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

#c267ba Text Font Color

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

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


#c267ba Background Color

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

This div background color is #c267ba


#c267ba Border Color

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

This div border color is #c267ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c267ba


Comments

No comments written yet.

Please login to write comment.