Color Hex Logo

#c265cd Color Hex

#C265CD
(194,101,205)
0 Favorites   0 Comments

Color spaces of #c265cd

RGB 194101205
HSL0.820.510.60
HSV294°51°80°
CMYK 0.050.510.00   0.20
XYZ37.921325.184560.6200
Yxy25.18450.30650.2036
Hunter Lab50.184247.0600-36.4905
CIE-Lab57.254752.3347-38.2300

#c265cd color RGB value is (194,101,205).

#c265cd hex color red value is 194, green value is 101 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c265cd hue: 0.82 , saturation: 0.51 and the lightness value of c265cd is 0.60.

The process color (four color CMYK) of #c265cd color hex is 0.05, 0.51, 0.00, 0.20. Web safe color of #c265cd is #cc66cc. Color #c265cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11001101
Octal 302 145 315
Decimal 194 101 205
Hex C2 65 CD

RGB Percentages of Color #c265cd

%38.80
%20.20
%41.00

CMYK Percentages of Color #c265cd

%5
%51
%0
%20

Triadic Colors of #c265cd

#c265cd #cdc265 #65cdc2

Analogous Colors of #c265cd

#c265cd #cd65a4 #8e65cd

Monochromatic Colors of #c265cd

#c265cd

Complementary Color

#c265cd #70cd65

#c265cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265cd Color CSS Codes

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

#c265cd Text Font Color

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

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


#c265cd Background Color

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

This div background color is #c265cd


#c265cd Border Color

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

This div border color is #c265cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,101,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c265cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c265cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c265cd;
  box-shadow:         1px 1px 3px 2px #c265cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,101,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265cd


Comments

No comments written yet.

Please login to write comment.