Color Hex Logo

#cb67ba Color Hex

#CB67BA
(203,103,186)
0 Favorites   0 Comments

Color spaces of #cb67ba

RGB 203103186
HSL0.860.490.60
HSV310°49°80°
CMYK 0.000.490.08   0.20
XYZ38.341825.942249.4409
Yxy25.94220.33710.2281
Hunter Lab50.933545.2379-21.8991
CIE-Lab57.982150.5549-26.1675

#cb67ba color RGB value is (203,103,186).

#cb67ba hex color red value is 203, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb67ba hue: 0.86 , saturation: 0.49 and the lightness value of cb67ba is 0.60.

The process color (four color CMYK) of #cb67ba color hex is 0.00, 0.49, 0.08, 0.20. Web safe color of #cb67ba is #cc66cc. Color #cb67ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 10111010
Octal 313 147 272
Decimal 203 103 186
Hex CB 67 BA

RGB Percentages of Color #cb67ba

%41.26
%20.93
%37.80

CMYK Percentages of Color #cb67ba

%0
%49
%8
%20

Triadic Colors of #cb67ba

#cb67ba #bacb67 #67bacb

Analogous Colors of #cb67ba

#cb67ba #cb6788 #aa67cb

Monochromatic Colors of #cb67ba

#cb67ba

Complementary Color

#cb67ba #67cb78

#cb67ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb67ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb67ba Color CSS Codes

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

#cb67ba Text Font Color

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

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


#cb67ba Background Color

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

This div background color is #cb67ba


#cb67ba Border Color

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

This div border color is #cb67ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb67ba


Comments

No comments written yet.

Please login to write comment.