color codes Logo

#c683cb color codes

#C683CB
(198,131,203)
0 Favorites   0 Comments

Color spaces of #c683cb

RGB 198131203
HSL0.820.410.65
HSV296°35°80°
CMYK 0.020.350.00   0.20
XYZ42.184532.550260.5594
Yxy32.55020.31180.2406
Hunter Lab57.052832.1395-22.9972
CIE-Lab63.795037.4507-26.8988

#c683cb color RGB value is (198,131,203).

#c683cb hex color red value is 198, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c683cb hue: 0.82 , saturation: 0.41 and the lightness value of c683cb is 0.65.

The process color (four color CMYK) of #c683cb color code is 0.02, 0.35, 0.00, 0.20. Web safe color of #c683cb is #cc99cc. Color #c683cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 11001011
Octal 306 203 313
Decimal 198 131 203
Hex C6 83 CB

RGB Percentages of Color #c683cb

%37.22
%24.62
%38.16

CMYK Percentages of Color #c683cb

%2
%35
%0
%20

Triadic Colors of #c683cb

#c683cb #cbc683 #83cbc6

Analogous Colors of #c683cb

#c683cb #cb83ac #a283cb

Monochromatic Colors of #c683cb

#c683cb

Complementary Color

#c683cb #88cb83

#c683cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683cb Color CSS Codes

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

#c683cb Text Font Color

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

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


#c683cb Background Color

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

This div background color is #c683cb


#c683cb Border Color

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

This div border color is #c683cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683cb


Comments

No comments written yet.

Please login to write comment.