Color Hex Logo

#c067ba Color Hex

#C067BA
(192,103,186)
0 Favorites   0 Comments

Color spaces of #c067ba

RGB 192103186
HSL0.840.410.58
HSV304°46°75°
CMYK 0.000.460.03   0.25
XYZ35.451424.452149.3056
Yxy24.45210.32460.2239
Hunter Lab49.449141.4357-24.5036
CIE-Lab56.537647.2542-28.5177

#c067ba color RGB value is (192,103,186).

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

The process color (four color CMYK) of #c067ba color hex is 0.00, 0.46, 0.03, 0.25. Web safe color of #c067ba is #cc66cc. Color #c067ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10111010
Octal 300 147 272
Decimal 192 103 186
Hex C0 67 BA

RGB Percentages of Color #c067ba

%39.92
%21.41
%38.67

CMYK Percentages of Color #c067ba

%0
%46
%3
%25

Triadic Colors of #c067ba

#c067ba #bac067 #67bac0

Analogous Colors of #c067ba

#c067ba #c0678e #9a67c0

Monochromatic Colors of #c067ba

#c067ba

Complementary Color

#c067ba #67c06d

#c067ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c067ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c067ba Color CSS Codes

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

#c067ba Text Font Color

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

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


#c067ba Background Color

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

This div background color is #c067ba


#c067ba Border Color

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

This div border color is #c067ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c067ba


Comments

No comments written yet.

Please login to write comment.