Color Hex Logo

#ce7bfd Color Hex

#CE7BFD
(206,123,253)
0 Favorites   0 Comments

Color spaces of #ce7bfd

RGB 206123253
HSL0.770.970.74
HSV278°51°99°
CMYK 0.190.510.00   0.01
XYZ50.266234.379696.9151
Yxy34.37960.27690.1894
Hunter Lab58.634150.4158-56.9553
CIE-Lab65.262854.0718-52.2779

#ce7bfd color RGB value is (206,123,253).

#ce7bfd hex color red value is 206, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ce7bfd hue: 0.77 , saturation: 0.97 and the lightness value of ce7bfd is 0.74.

The process color (four color CMYK) of #ce7bfd color hex is 0.19, 0.51, 0.00, 0.01. Web safe color of #ce7bfd is #cc66ff. Color #ce7bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111011 11111101
Octal 316 173 375
Decimal 206 123 253
Hex CE 7B FD

RGB Percentages of Color #ce7bfd

%35.40
%21.13
%43.47

CMYK Percentages of Color #ce7bfd

%19
%51
%0
%1

Triadic Colors of #ce7bfd

#ce7bfd #fdce7b #7bfdce

Analogous Colors of #ce7bfd

#ce7bfd #fd7beb #8d7bfd

Monochromatic Colors of #ce7bfd

#ce7bfd

Complementary Color

#ce7bfd #aafd7b

#ce7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7bfd Color CSS Codes

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

#ce7bfd Text Font Color

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

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


#ce7bfd Background Color

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

This div background color is #ce7bfd


#ce7bfd Border Color

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

This div border color is #ce7bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7bfd


Comments

No comments written yet.

Please login to write comment.