color codes Logo

#c67fbd color codes

#C67FBD
(198,127,189)
0 Favorites   0 Comments

Color spaces of #c67fbd

RGB 198127189
HSL0.850.380.64
HSV308°36°78°
CMYK 0.000.360.05   0.22
XYZ40.063430.858651.9889
Yxy30.85860.32600.2511
Hunter Lab55.550531.5220-16.6033
CIE-Lab62.388137.0126-21.1678

#c67fbd color RGB value is (198,127,189).

#c67fbd hex color red value is 198, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c67fbd hue: 0.85 , saturation: 0.38 and the lightness value of c67fbd is 0.64.

The process color (four color CMYK) of #c67fbd color code is 0.00, 0.36, 0.05, 0.22. Web safe color of #c67fbd is #cc66cc. Color #c67fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 10111101
Octal 306 177 275
Decimal 198 127 189
Hex C6 7F BD

RGB Percentages of Color #c67fbd

%38.52
%24.71
%36.77

CMYK Percentages of Color #c67fbd

%0
%36
%5
%22

Triadic Colors of #c67fbd

#c67fbd #bdc67f #7fbdc6

Analogous Colors of #c67fbd

#c67fbd #c67f9a #ac7fc6

Monochromatic Colors of #c67fbd

#c67fbd

Complementary Color

#c67fbd #7fc688

#c67fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67fbd Color CSS Codes

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

#c67fbd Text Font Color

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

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


#c67fbd Background Color

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

This div background color is #c67fbd


#c67fbd Border Color

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

This div border color is #c67fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,127,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #c67fbd;
  box-shadow:         1px 1px 3px 2px #c67fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,127,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67fbd


Comments

No comments written yet.

Please login to write comment.