Color Hex Logo

#c613bb Color Hex

#C613BB
(198,19,187)
0 Favorites   0 Comments

Color spaces of #c613bb

RGB 19819187
HSL0.840.820.43
HSV304°90°78°
CMYK 0.000.900.06   0.22
XYZ32.491216.059448.4010
Yxy16.05940.33510.1656
Hunter Lab40.074274.5938-43.5577
CIE-Lab47.052377.8289-43.9267

#c613bb color RGB value is (198,19,187).

#c613bb hex color red value is 198, green value is 19 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c613bb hue: 0.84 , saturation: 0.82 and the lightness value of c613bb is 0.43.

The process color (four color CMYK) of #c613bb color hex is 0.00, 0.90, 0.06, 0.22. Web safe color of #c613bb is #cc00cc. Color #c613bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 10111011
Octal 306 23 273
Decimal 198 19 187
Hex C6 13 BB

RGB Percentages of Color #c613bb

%49.01
%4.70
%46.29

CMYK Percentages of Color #c613bb

%0
%90
%6
%22

Triadic Colors of #c613bb

#c613bb #bbc613 #13bbc6

Analogous Colors of #c613bb

#c613bb #c61362 #7813c6

Monochromatic Colors of #c613bb

#c613bb

Complementary Color

#c613bb #13c61e

#c613bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613bb Color CSS Codes

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

#c613bb Text Font Color

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

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


#c613bb Background Color

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

This div background color is #c613bb


#c613bb Border Color

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

This div border color is #c613bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613bb


Comments

No comments written yet.

Please login to write comment.