Color Hex Logo

#cb6467 Color Hex

#CB6467
(203,100,103)
0 Favorites   0 Comments

Color spaces of #cb6467

RGB 203100103
HSL1.000.500.59
HSV358°51°80°
CMYK 0.000.510.49   0.20
XYZ31.634022.790115.5636
Yxy22.79010.45200.3256
Hunter Lab47.739034.738914.0879
CIE-Lab54.855541.092717.5931

#cb6467 color RGB value is (203,100,103).

#cb6467 hex color red value is 203, green value is 100 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #cb6467 hue: 1.00 , saturation: 0.50 and the lightness value of cb6467 is 0.59.

The process color (four color CMYK) of #cb6467 color hex is 0.00, 0.51, 0.49, 0.20. Web safe color of #cb6467 is #cc6666. Color #cb6467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 01100111
Octal 313 144 147
Decimal 203 100 103
Hex CB 64 67

RGB Percentages of Color #cb6467

%50.00
%24.63
%25.37

CMYK Percentages of Color #cb6467

%0
%51
%49
%20

Triadic Colors of #cb6467

#cb6467 #67cb64 #6467cb

Analogous Colors of #cb6467

#cb6467 #cb9564 #cb649b

Monochromatic Colors of #cb6467

#cb6467

Complementary Color

#cb6467 #64cbc8

#cb6467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6467 Color CSS Codes

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

#cb6467 Text Font Color

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

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


#cb6467 Background Color

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

This div background color is #cb6467


#cb6467 Border Color

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

This div border color is #cb6467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6467


Comments

No comments written yet.

Please login to write comment.