Color Hex Logo

#c934ce Color Hex

#C934CE
(201,52,206)
0 Favorites   0 Comments

Color spaces of #c934ce

RGB 20152206
HSL0.830.610.51
HSV298°75°81°
CMYK 0.020.750.00   0.19
XYZ36.456019.329760.2021
Yxy19.32970.31430.1667
Hunter Lab43.965671.0715-50.4100
CIE-Lab51.070774.1865-48.5132

#c934ce color RGB value is (201,52,206).

#c934ce hex color red value is 201, green value is 52 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c934ce hue: 0.83 , saturation: 0.61 and the lightness value of c934ce is 0.51.

The process color (four color CMYK) of #c934ce color hex is 0.02, 0.75, 0.00, 0.19. Web safe color of #c934ce is #cc33cc. Color #c934ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 11001110
Octal 311 64 316
Decimal 201 52 206
Hex C9 34 CE

RGB Percentages of Color #c934ce

%43.79
%11.33
%44.88

CMYK Percentages of Color #c934ce

%2
%75
%0
%19

Triadic Colors of #c934ce

#c934ce #cec934 #34cec9

Analogous Colors of #c934ce

#c934ce #ce3486 #7c34ce

Monochromatic Colors of #c934ce

#c934ce

Complementary Color

#c934ce #39ce34

#c934ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c934ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c934ce Color CSS Codes

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

#c934ce Text Font Color

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

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


#c934ce Background Color

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

This div background color is #c934ce


#c934ce Border Color

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

This div border color is #c934ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,52,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c934ce


Comments

No comments written yet.

Please login to write comment.