Color Hex Logo

#c634cb Color Hex

#C634CB
(198,52,203)
0 Favorites   0 Comments

Color spaces of #c634cb

RGB 19852203
HSL0.830.590.50
HSV298°74°80°
CMYK 0.020.740.00   0.20
XYZ35.296218.773558.2633
Yxy18.77350.31420.1671
Hunter Lab43.328469.5851-49.3968
CIE-Lab50.421273.0924-47.8517

#c634cb color RGB value is (198,52,203).

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

The process color (four color CMYK) of #c634cb color hex is 0.02, 0.74, 0.00, 0.20. Web safe color of #c634cb is #cc33cc. Color #c634cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 11001011
Octal 306 64 313
Decimal 198 52 203
Hex C6 34 CB

RGB Percentages of Color #c634cb

%43.71
%11.48
%44.81

CMYK Percentages of Color #c634cb

%2
%74
%0
%20

Triadic Colors of #c634cb

#c634cb #cbc634 #34cbc6

Analogous Colors of #c634cb

#c634cb #cb3485 #7b34cb

Monochromatic Colors of #c634cb

#c634cb

Complementary Color

#c634cb #39cb34

#c634cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c634cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c634cb Color CSS Codes

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

#c634cb Text Font Color

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

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


#c634cb Background Color

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

This div background color is #c634cb


#c634cb Border Color

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

This div border color is #c634cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c634cb

#c634cb Color Palettes


Comments

No comments written yet.

Please login to write comment.